SftTabs/NET 6.0

UseClientAreaColors Property, SftTabs Class

Softel vdm, Inc.

Defines whether the client area colors defined for tabs are used for frames.

Syntax      SftTabs Class (Softelvdm.SftTabsNET)

VB   

Public Property UseClientAreaColors As Boolean

C#   

public bool UseClientAreaColors { get; set; }

C++   

public: property bool UseClientAreaColors {
        bool get();
        void set(bool value);
}

Property Value

True if the tab client area color is used for tab frames, False otherwise, in which case the color is used for the client area only.

The default value is False.

Comments

The UseClientAreaColors property defines whether the client area colors defined for tabs are used for frames.

Additional tab rows display a frame if a client area is available and the row indentation is suitably defined (RowIndent). These frames can use the default background color defined using the control's BackColor property. If UseClientAreaColors is set to True, the first tab's ClientAreaColor property (of each row) is used to fill the corresponding frame.

If the tab control uses Windows themes, the UseClientAreaColors property has no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com